home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
utils
/
hdk115b
/
makmulti.bat
< prev
next >
Wrap
DOS Batch File
|
1994-04-12
|
309b
|
13 lines
@Echo off
Echo - Demo, How to make a multiple file target database.
Echo - This demo is for Winhelp target, but can be used in OS/2 as well.
helpc /pp+ multi1
helpc /pp+ multi2
helpc /w31 multi1 /el=9
helpc /w31 multi2 /el=9
Echo Assuming HC31 is in the path
hc31 multi1
hc31 multi2
Echo - Done.